In Azure Cosmos DB, when working with stored procedures, triggers, or user-defined functions, what specific method can be utilized to log the execution steps or trace information?
Console.WriteLine()
Trace.Debug()
System.out.println()
console.log()
stored procedures, triggers, and user-defined functions are written on JavaScript.